home *** CD-ROM | disk | FTP | other *** search
- /*
- * a header of the class CKBANApp
- * Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
- */
-
- #ifndef _KBAN_H_
- #define _KBAN_H_
-
- // stdafx.h should be included already.
-
- class CKBANApp : public CWinApp
- {
- public:
- virtual BOOL InitInstance(void);
- protected:
- afx_msg void OnAppAbout(void);
- DECLARE_MESSAGE_MAP()
- };
-
- #endif /* _KBAN_H_ */
-